home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Educational
/
HodgePodge3
/
Source
/
Rules.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-12
|
230 b
|
15 lines
// Rules.h -- rule object, to be overridden
// C King Software, 9/92
#import <objc/Object.h>
@interface Rules:Object
{
}
- (void)restart :(int)cold;
- (void)resize;
- (void)compute :(screen_image *)to_screen;
@end